home *** CD-ROM | disk | FTP | other *** search
- Imports System.Reflection
- Imports System.Runtime.CompilerServices
- Imports System.Runtime.InteropServices
-
- ' General Information about an assembly is controlled through the following
- ' set of attributes. Change these attribute values to modify the information
- ' associated with an assembly
-
- <Assembly: AssemblyTitle("VBShell")>
- <Assembly: AssemblyDescription("Custom Solution Wizard Project Shell for Visual Basic 7 (.NET)")>
- <Assembly: AssemblyCompany("NeuroDimension, Inc.")>
- <Assembly: AssemblyProduct("Custom Solution Wizard")>
- <Assembly: AssemblyCopyright("2002 - NeuroDimension, Inc.")>
- <Assembly: AssemblyTrademark("")>
- <Assembly: AssemblyCulture("")>
-
- ' Version information for an assembly consists of the following four values:
-
- ' Major version
- ' Minor Version
- ' Revision
- ' Build Number
-
- ' You can specify all the values or you can default the Revision and Build Numbers
- ' by using the '*' as shown below
-
- <Assembly: AssemblyVersion("1.0.*")>
-
-
-